home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / +system+ / tools / gui / mui38usr.readme < prev    next >
Text File  |  1999-02-24  |  2KB  |  61 lines

  1. Short:    MagicUserInterface 3.8, user files
  2. Author:   stuntz@sasg.com
  3. Uploader: stuntz@sasg.com
  4. Version:  3.8
  5. Type:     util/libs
  6.  
  7. ------------------------------------------------------------------------
  8. Version 3.8 (12-Feb-97)                       (muimaster.library V19.31)
  9. ------------------------------------------------------------------------
  10.  
  11. * MINOR SASG UPDATE *
  12.  
  13. Still not registered for MUI?
  14. Check out www.sasg.com for great discounts NOW!
  15.  
  16. Changes for users:
  17.  
  18. - When tab-cycling through objects of a virtual group, MUI tries to
  19.   ensure that the surrounding active object frame is always visible.
  20.  
  21. - Added a little gimmick for registered users (OS 3.x required): Take a
  22.   digitized picture of yourself (approximately 80x100 pixels in size)
  23.   and copy it to "MUI:user.pic". MUI's preferences will then become a
  24.   little more personal :). Note that you can use any graphics format
  25.   (ilbm, gif, jpeg, etc) as long as you have a datatype to read it. In
  26.   other words: if you can view it with Multiview, MUI can display it
  27.   too. Take care that the picture is not too big, otherwise MUI might
  28.   fail to open the prefs window. Thanks again for supporting MUI and the
  29.   Amiga!
  30.  
  31. - Included new catalogs:
  32.     Portuguese by Fernando Nunes and Alexandre Gabriel
  33.     Spanish by Pedro Luis Mieza and Juan Antonio Ramirez
  34.  
  35. - Translations of PSI were still messed up. All catalog related problems
  36.   should finally be fixed now.
  37.  
  38. - Fixed a few more bugs concerning the appearance and refresh of help
  39.   bubbles.
  40.  
  41. - Fixed a possible deadlock that could occur when balancing objects were
  42.   used in certain combinations.
  43.  
  44. - Balancing could accidently mess up the display of active object frames.
  45.  
  46. - Implemented keyboard control for balance objects.
  47.  
  48. Changes for programmers:
  49.  
  50. - Reduced stack usage a little. Note well: this is no excuse for lazy
  51.   programmers! As mentioned in the MUI developer docs, the default stack
  52.   size of 4k is not enough for MUI programs! 8k is an acceptable
  53.   minimum.
  54.  
  55. - MUIA_Gauge_InfoText is now also possible for vertical gauge objects.
  56.  
  57. - Made MUIM_Window_Snapshot method public. See autodocs for details.
  58.  
  59. - MUI would accidently refuse to automatically move a listviews display
  60.   to the active entry, even though the MUIA_List_AutoJump flag was set.
  61.